home *** CD-ROM | disk | FTP | other *** search
/ TeleMagic 4 / TeleMagic v4.0.iso / tm / data1.cab / Program_Files / TM4SRV.DLL / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Encoding:
Text File  |  1999-05-28  |  1.3 KB  |  75 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 376
  3.   Top = 190
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Progress'
  7.   ClientHeight = 103
  8.   ClientWidth = 398
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object CaptionLabel: TLabel
  20.     Left = 6
  21.     Top = 53
  22.     Width = 387
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = 'CaptionLabel'
  26.   end
  27.   object ProgressLabel: TLabel
  28.     Left = 57
  29.     Top = 83
  30.     Width = 14
  31.     Height = 13
  32.     Caption = '0%'
  33.   end
  34.   object Label1: TLabel
  35.     Left = 5
  36.     Top = 83
  37.     Width = 47
  38.     Height = 13
  39.     Caption = 'Complete:'
  40.   end
  41.   object TimeLabel: TLabel
  42.     Left = 89
  43.     Top = 83
  44.     Width = 33
  45.     Height = 13
  46.     Caption = '0 mins.'
  47.   end
  48.   object CancelButton: TButton
  49.     Left = 316
  50.     Top = 10
  51.     Width = 75
  52.     Height = 25
  53.     Cancel = True
  54.     Caption = '&Cancel'
  55.     Default = True
  56.     TabOrder = 0
  57.     OnClick = CancelButtonClick
  58.   end
  59.   object ProgressBar: TProgressBar
  60.     Left = 4
  61.     Top = 69
  62.     Width = 390
  63.     Height = 12
  64.     Min = 0
  65.     Max = 100
  66.     Step = 1
  67.     TabOrder = 1
  68.   end
  69.   object TimeRemaining: TTimer
  70.     OnTimer = TimeRemainingTimer
  71.     Left = 224
  72.     Top = 16
  73.   end
  74. end
  75.